From 4a26366ff2791b28c3f102cdb4a0a31bdaf42f5d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1?= =?utf8?q?=D1=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= Date: Fri, 14 Aug 2015 12:12:01 +0000 Subject: [PATCH] GDK W32: Add missing commas --- gdk/win32/gdkcursor-win32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/win32/gdkcursor-win32.c b/gdk/win32/gdkcursor-win32.c index 288f87c5ef..27b79f7e6e 100644 --- a/gdk/win32/gdkcursor-win32.c +++ b/gdk/win32/gdkcursor-win32.c @@ -71,8 +71,8 @@ static DefaultCursor default_cursors[] = { { "nesw-resize", IDC_SIZENESW }, { "ne-resize", IDC_SIZENESW }, { "sw-resize", IDC_SIZENESW }, - { "nwse-resize", IDC_SIZENWSE } - { "nw-resize", IDC_SIZENWSE } + { "nwse-resize", IDC_SIZENWSE }, + { "nw-resize", IDC_SIZENWSE }, { "se-resize", IDC_SIZENWSE } }; -- 2.30.2